projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490b8c2
)
* src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 18 Apr 2021 19:36:01 +0000
(22:36 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 18 Apr 2021 19:36:01 +0000
(22:36 +0300)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index c09ad97a70148609fcef0958162ab4ac648917ee..792f690797de48b80d758ae74faeb032edb7724d 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2011,6
+2011,9
@@
Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
/* Init buffer storage and default directory of main buffer. */
init_buffer ();
+ /* Must precede init_cmdargs and init_sys_modes. */
+ init_callproc_1 ();
+
/* Must precede init_lread. */
init_cmdargs (argc, argv, skip_args, original_pwd);